.header .category {
  padding: 20px 20px 10px;
  color: #8e8e8e;
  font-size: 11px;
}
.header .name {
  position: relative;
  padding: 30px 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.header .name p {
  display: block;
  font-size: 15px;
  color: #494949;
  margin-top: 7px;
  font-weight: 400;
}
.header .name p span {
  font-size: 14px;
  color: #8e8e8e;
}

.header .name .price,
.header .name .price span {
  font-size: 17px;
  font-weight: bold;
  color: #ec463d;
  letter-spacing: -0.5px;
  margin-top: 15px;
  text-align: right;;
}

.header .name .icon {
  position: absolute;
  bottom: -6px;
  right: 20px;
  font-size: 0;
  text-align: right;
  box-sizing: border-box;
}
.header .name .icon button {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-left: 15px;
}
.header .name .icon button.heart {
  background: url("../images/ico-heart.png") no-repeat 50% 50% / 26px;
}
.header .name .icon button.heart.on {
  background: url("../images/ico-heart-on.png") no-repeat 50% 50% / 26px;
}
.header .name .icon button.eat {
  background: url("../images/ico-eat.png") no-repeat 50% 50% / 26px;
  margin-right: 0;
  font-size: 0;
}
.header .name .icon button.eat.on {
  background: url("../images/ico-eat-on.png") no-repeat 50% 50% / 26px;
}

.header .menu_select {
  margin: 25px 20px 0;
  background: transparent;
}
.header .menu_select select {
  width: calc(100% - 50px);
  border: 1px solid #ddd;
  height: 40px;
  border-radius: 5px;
}

.header .calendar {
  margin: 25px 20px 0;
  font-size: 0;
}
.header .calendar button:first-child {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: url("../images/ic_calendar.svg") no-repeat 20px 50% / 24px;
  color: #494949;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0 10px 50px;
  text-align: left;
  box-sizing: border-box;
}
.s_tab .mode {
  position: absolute;
  top: -40px; /* 230216 bottom:17px*/
  right: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-left: 10px;
  z-index: 1;
  box-sizing: border-box;
}
.s_tab .mode.m_thumb {
  background: #fff url("../images/ico-list.svg") no-repeat 50% 50% / 25px;
}
.s_tab .mode.m_list {
  background: #fff url("../images/ico-thumb.svg") no-repeat 50% 50% / 25px;
}
.menu_select .mode {
  position: absolute;
  top: -40px; /* 230216 bottom:17px*/
  right: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-left: 10px;
  z-index: 1;
  box-sizing: border-box;
}
.menu_select .mode.m_thumb {
  background: #fff url("../images/ico-list.svg") no-repeat 50% 50% / 25px;
  border:0;
}
.menu_select .mode.m_list {
  background: #fff url("../images/ico-thumb.svg") no-repeat 50% 50% / 25px;
}

.c_tab {
  padding-right: 0px; /* 230216 75px */
}
.c_tab:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;

  position: absolute;
  top: 22px;
  right: 74px;
}
.c_tab .swiper-container {
  padding: 20px 10px 20px 20px;
}

.menu__info__box {
  width: 90%;
  /* padding:0 20px 20px; */
  box-sizing: border-box;
  background: #fff;
  margin: 20px auto 0;
}
#menu_info_title1 {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
}
#menu_info_title1 + .txt {
  color: #8e8e8e;
  line-height: 1.5;
  font-size: 14px;
}

.menu_course .section {
  position: relative;
  /* background: #fff; */
  margin-top: 0px; /* 230220 10px > 0*/
  padding: 0px 20px 20px; /* 230220 20px 20px 40px */
  box-sizing: border-box;
}
.menu_course .section h3 {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 15px;
}
.menu_course > .section > .gallery {
  margin: 20px 0 0 0;
}
.menu_course > .section > .list {
  /* display: none; */
  margin: 0 -20px -20px -20px;
}
.menu_course .section .box {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  /* min-height: 250px;; */
  border-radius:0 0 .7rem .7rem;
}
.menu_course .section .list .box{
  min-height:auto;
}
.menu_course .section .slide {
  background: #f5f5f5 url("../images/ic_image.svg") no-repeat 50% 50%;
  border-bottom: 1px solid #e6e6e6;
}
.menu_course .section .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .7rem .7rem 0 0;
}
.menu_course .section .slide .swiper-pagination {
  color: #fff;
  border-radius: 50px;
  font-size: 11px;
  left: 0;
  width: 100%;
  bottom: 15px;
  padding: 5px 10px;
}
.menu_course .section .slide .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.menu_course
  .section
  .slide
  .swiper-pagination
  .swiper-pagination-bullet-active {
  opacity: 1;
}
.menu_course .section .icon {
  font-size: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.menu_course .section .icon button {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  font-size: 0;
  color: #494949;
  text-align: left;
  margin-left: 5px;
  box-sizing: border-box;
}
.menu_course .section .icon button.heart {
  background: url("../images/ic_wish.png?v=<?=time()?>") no-repeat 50% 50% /
    40px;
}
.menu_course .section .icon button.heart.on {
  background: url("../images/ic_wish_on.png?v=<?=time()?>") no-repeat 50% 50% /
    40px;
}
.menu_course .section .icon button.eat {
  background: url("../images/ic_plate.png") no-repeat 50% 50% / 40px;
}
.menu_course .section .icon button.eat.on {
  background: url("../images/ic_plate_on.png") no-repeat 50% 50% / 40px;
}
.menu_course .section .icon button.diary {
  display: none;
}
.menu_course .section .icon button.diary.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.menu_course .section .pd15 {
  padding: 20px;
}
.menu_course .section .name {
  position: relative;
  line-height: 1.3;
}
.menu_course .section .name h3 {
  font-size: 19px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}
.menu_course .section .name p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #666;
  margin-right: 5px;
  margin-bottom: 7px;
}
.menu_course .section .name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #8e8e8e;
  margin-top: -4px;
}


/* 서브메뉴명 */
.menu_course .section .subMenuName{
  width: 100%;
  margin:10px 0;  
}
.menu_course .section .subMenuName .sub_name{
  font-size:16px;
  font-weight: 500;
  color:var(--gray44);
  margin-bottom:5px;
}
.menu_course .section .subMenuName .jp_name{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: var(--gray8e);
  font-weight: 400;
}
.menu_course .section .ingredient div strong span{
  font-weight:400;
}

.menu_course .section .name .share {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/ico-share.svg") no-repeat 50% 50% / 18px;
  font-size: 0;
}
.menu_course .section .name .count {
  position: absolute;
  top: 0;
  right: 0;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 500;
}

.menu_course .section .name .badge {
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.menu_course .section .name .badge.green {
  background: #01b453;
}

.menu_course .list .box .info > p {
  margin-bottom: 6px;
}
.menu_course .list .box .info .badge {
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
}
.menu_course .list .box .info .badge.green {
  background: #01b453;
}

.menu_course .list .box .info .menu_info_btn {
  background: url(../images/ico-ques.svg) no-repeat 0 50%;
  color: #ababab;
  font-size: 11px;
  margin: -5px 0 0 10px;
  padding-left: 16px;
}

.menu_course .section .name .menu_info_btn {
  background: url("../images/ico-ques.svg?v=2") no-repeat 0 50%;
  color: #ababab;
  font-size: 11px;
  /* padding-left: 17px; */
  margin-left: 10px;
  vertical-align: 4px;
  margin: -5px 0 0 10px;
  padding-left: 16px;
}
.menu_course .section .desc {
  margin-top: 15px;
  color: #444;
  font-size: 15px;
  line-height: 1.4;
}
.menu_course .section .information {
  margin: 15px 0;
}
.menu_course .section .information > div {
  margin: 10px 0;
}
.menu_course .section .information > div strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  color: #494949;
  width: 70px;
}
.menu_course .section .information > div span {
  display: inline-block;
  vertical-align: middle;
  color: #494949;
  font-weight: 500;
}
.menu_course .section .ingredient {
  margin: 30px 0;
  white-space: nowrap;
  width: 100%;
  /* overflow: hidden;
    display: flex; */
}
.menu_course .section .ingredient .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block !important;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.menu_course .section .slick-initialized {
  display: block;
  white-space: normal;
}
.menu_course .section .ingredient .item {
  width: 100%;
  border-radius: 5px;
  margin-top: -1px;
}
.menu_course .section .ingredient a {
  flex-wrap: nowrap;
  align-items: center;
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border: 1px solid #e6e6e6;
  /* border-radius: 50px; */
  padding: 8px 50px 8px 10px;
  background: url("../images/arrow-right.svg") no-repeat 94% 50%;
  box-sizing: border-box;
  margin-top: -1px;
}
.menu_course .section .ingredient div.thumb {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
  box-sizing: border-box;
}
.menu_course .section .ingredient div.thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
} /*
.menu_course .section .ingredient div {
	text-align: left;
	width: calc(100% - 60px);
}*/
.menu_course .section .ingredient div.thumb + div {
  width: calc(100% - 60px);
}
.menu_course .section .ingredient div strong {
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 7px;
  display:inline-block;
  white-space: nowrap;
  overflow: hidden;;
  text-overflow: ellipsis;
  width:100%;
}
.menu_course .section .ingredient div p {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #494949;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical ;
  width:98%;
  white-space:wrap;
  line-height: 1.3;;
}
.menu_course > .list {
  display: none;
  margin: -20px;
}
.menu_course .list h3 {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
}
.menu_course .list .box {
  padding: 20px;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}
.menu_course .list .box:hover {
  background: #f5f5f5;
}
.menu_course .list .box .flex {
  flex-wrap: nowrap;
}
.menu_course .list .box .thumb {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.menu_course .list .box .thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.menu_course .list .box .thumb button{
  padding:0;
}
.menu_course .list .box .icon {
  position: static;
  width: 100%;
  margin-top: 10px;
  font-size: 0;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}
.menu_course .list .box .icon button {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-left: 15px;
}
.menu_course .list .box .icon button.heart {
  background: url("../images/ico-heart.png") no-repeat 50% 50% / 26px;
}
.menu_course .list .box .icon button.heart.on {
  background: url("../images/ico-heart-on.png") no-repeat 50% 50% / 26px;
}
.menu_course .list .box .icon button.eat {
  background: url("../images/ico-eat.png") no-repeat 50% 50% / 26px;
  margin-right: 0;
  font-size: 0;
}
.menu_course .list .box .icon button.eat.on {
  background: url("../images/ico-eat-on.png") no-repeat 50% 50% / 26px;
}
.menu_course .list .box .info {
  width: calc(100% - 115px);
}
.menu_course .list .box .info .name strong {
  display: block;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  margin-bottom: 3px;
}
.menu_course .list .box .info .name p {
  font-size: 14px;
  color: #666;
  margin-bottom: 3px;
  padding-left: 1px;
}
.menu_course .list .box .name span {
  display: inline-block;
  margin-top: -3px;
}








.menu_course .list .box .info .thumb_slide {
  margin-top: 10px;
}
.menu_course .list .box .info .thumb_slide .swiper-wrapper {
  display: block;
  margin-top: 10px;
}

.menu_course .list .box .info .thumb_slide .swiper-slide {
  width: auto;
  padding: 3px 5px;
  /* border:1px solid #ddd; */
  border-radius: 0px;
  margin-right: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: -1px;
  background: url("../images/arrow-right.svg") 100% center no-repeat;
  background-size: 8px;
  margin-bottom: 6px;
}
.menu_course .list .box .info .thumb_slide .swiper-slide > div {
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  border-radius: 50%;
  margin-right: 5px;
  overflow: hidden;
}
.menu_course .list .box .info .thumb_slide .swiper-slide div + p{
  width:calc(100% - 30px);
  padding-right:5px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.menu_course .list .box .info .thumb_slide .swiper-slide > div + p span{
  color: var(--gray8e);
  margin-left:0px;
}
.menu_course .list .box .info .thumb_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu_course .list .box .desc {
  margin-top: 5px;
  color: #494949;
  font-size: 14px;
  line-height: 1.4;
}

.menu_course .gallery .box .readmore,
.menu_course .list .box .readmore {
  display: block;
  cursor: pointer;
  margin-top: 10px;
  text-align: right;
  padding-right: 17px;
  background: url(../images/arrow-down.svg) 99.3% center no-repeat;
  background-size: 11px;
}
.menu_course .gallery .box .readmore.short,
.menu_course .list .box .readmore.short {
  background: url(../images/arrow-up.svg) 99.3% center no-repeat;
  background-size: 11px;
}

#footer {
  margin-top: 0;
}

.review_write {
  padding:10px 20px;
  background:rgba(249, 249, 249, .8);
  box-sizing: border-box;
  width:100%;
  position:fixed;
  left:0;
  bottom:0;
  display:flex;
  gap:10px;
  z-index: 1;
}
.review_write button{
  width: 50%;
  padding: 12px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3;
  box-sizing: border-box;
  background:#777;
}


.menu_review img,
.menu_allergy img {
  width: 20px;
}

#date_modify .select_date {
  margin-top: 25px;
}
#date_modify .select_date > div {
  position: relative;
  flex: 1;
  margin-right: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 10px;
}
#date_modify .select_date > div:last-child {
  margin-right: 0;
}
#date_modify .select_date > div input[type="text"] {
  display: block;
  width: 85%;
  color: #9198a4;
  font-size: 16px;
}
#date_modify .select_date > div button {
  position: absolute;
  right: 10%;
  display: block;
  width: 10px;
  height: 6px;
  z-index: 1;
}
#date_modify .select_date > div button.plus {
  background: url("../images/stock-up.svg") no-repeat 50% 50% / 100%;
}
#date_modify .select_date > div button.minus {
  background: url("../images/stock-down.svg") no-repeat 50% 50% / 100%;
  bottom: 10px;
}
#date_modify button[type="submit"] {
  display: block;
  background: #222222;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
}

.menu_single .section {
  margin-top: 0;
  padding: 0;
}
.menu_single .section .price {
  margin: 25px 0;
}
.menu_single .section .price > div {
  font-size: 17px;
  font-weight: 700;
  color: #494949;
  margin: 10px 0;
}
.menu_single .section .price > div span {
  font-size: 16px;
  font-weight: 500;
  color: #494949;
  margin-left: 0px;
}

/* 달력 */
.not_Scroll {
  overflow: hidden;
}
.cal_btn,
.calendar > div {
  cursor: pointer;
}

.calendar__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  display: none;
  z-index: 1000;
}

.calendar__popup.active {
  display: block;
}

.calendar__wrap {
  width: 370px;
  min-height: 380px;
  background: #fff;
  border-radius: 5px;
  padding: 30px 15px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.calendar__wrap .calendar__month {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.calendar__wrap .calendar__month span {
  font-size: 18px;
  color: #555;
  margin-bottom: 8px;
}

.calendar__wrap .calendar__month h3 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  position: relative;
}

.calendar__wrap .calendar__month h3 .prev {
  position: absolute;
  left: 10px;
  top: 3px;
  cursor: pointer;
  font-size: 30px;
}

.calendar__wrap .calendar__month h3 .next {
  content: ">";
  position: absolute;
  right: 13px;
  top: 3px;
  cursor: pointer;
  font-size: 30px;
}

.calendar__wrap .calendar__box {
  font-size: 15px;
  width: 100%;
  margin-bottom: 20px;
}

.calendar__wrap .calendar__box caption {
  text-indent: -9999px;
}

.calendar__wrap .calendar__box th {
  color: #000;
  height: 40px;
}

.calendar__wrap .calendar__box td {
  color: #999;
  text-align: center;
  height: 40px;
}

.calendar__wrap .calendar__box td:hover,
.calendar__wrap .calendar__box td.today,
.calendar__wrap .calendar__box td.active {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  cursor: pointer;
}

.calendar__wrap .calendar__box td.menu {
  color: #00f;
}

.calendar__wrap .calendar__box td.holiday {
  color: red;
}

.calendar__wrap .calendar__ment {
  display: flex;
  justify-content: space-between;
  padding: 0 11px 0 10px;
}

.calendar__wrap .calendar__ment p {
  font-size: 14px;
  color: #999;
  margin-top: 0;
  width: calc(100% - 100px);
  line-height: 1.3;
}

.calendar__wrap .calendar__ment ul {
}

.calendar__wrap .calendar__ment ul li {
  position: relative;
  margin-bottom: 10px;
}

.calendar__wrap .calendar__ment ul li:nth-of-type(1):before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #00f;
  position: absolute;
  left: -11px;
  top: 5px;
}

.calendar__wrap .calendar__ment ul li:nth-of-type(2):before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: red;
  position: absolute;
  left: -11px;
  top: 5px;
}

.calendar__wrap .close {
  position: absolute;
  left: 50%;
  top: -33px;
  width: 20px;
  height: 20px;
  background: url("../images/ico-close-white.svg?v=1") no-repeat 50% 50%/20px;
  transform: translateX(-50%);
}

.calendar__wrap .back_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .calendar__wrap .calendar__month span {
    font-size: 16px;
  }
  .calendar__wrap .calendar__month b {
    font-size: 20px;
    margin-top: 5px;
    display: inline-block;
  }
}
@media all and (max-width: 550px) {
  .calendar__wrap {
    width: 100%;
    max-width: 320px;
    height: auto;
    padding: 20px 15px;
  }

  .calendar__wrap .calendar__month h3 {
    font-size: 18px;
  }

  .calendar__wrap .calendar__month h3 .prev {
    font-size: 24px;
  }

  .calendar__wrap .calendar__month h3 .next {
    font-size: 24px;
  }

  .calendar__wrap .calendar__box {
    font-size: 14px;
  }

  .calendar__wrap .calendar__box th {
    height: 40px;
  }

  .calendar__wrap .calendar__box td {
    height: 40px;
  }

  .calendar__wrap .calendar__ment {
    display: flex;
    justify-content: space-between;
  }

  .calendar__wrap .calendar__ment p {
    font-size: 14px;
  }

  .calendar__wrap .calendar__ment ul li {
    font-size: 14px;
  }
}

/* //달력 */
@media (width >= 680px){
  .menu_course .section .slide{
    height: 420px;;
  }
}


@media screen and (max-width: 768px) {
  .menu_course .section .slide {
    height: 350px !important;
    overflow: hidden;
  }
}

@media screen and (max-width: 580px) {
  .menu_course .section .slide {
    height: 300px !important;
    overflow: hidden;
  }
  .tabs .swiper-slide {
    margin-right: 5px;
  }
}

@media screen and (max-width: 420px) {
  .menu_course .list .box .info .badge {
    margin-bottom: 5px;
    display: inline-block;
    padding: 3px 5px;
    margin-right: 10px;
  }
  .menu_course .list .box .info .menu_info_btn {
    margin: -3px 0 0 0;
  }
  .menu_course .list .box .info > p {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 380px) {
  .menu_course .section .ingredient .item {
    width: auto !important;
  }
}

@media screen and (min-width: 620px) {
  .menu .diary_cont {
    width: 100%;
  }
  /* .menu_course .section .slide {
    width: 42%;
    margin: 0;
  }
  .menu_course .section .icon {
    right: initial;
    left: calc(39% - 50px);
  }
  .menu_course .section .icon button {
    background-position: 50% 0 !important;
    text-align: center;
    padding: 15px 0 0;
  }
  .menu_course .section .ingredient .item {
    //width: 230px;
  }
  .menu_course .section .slide img{
    border-radius: .7rem 0 0 .7rem;
  }
  .menu_course .section .box {
    //min-height: 280px;
    min-height: auto;
    border-radius: .7rem;
    display: flex;
  }
  .menu_course .section .list .box{
    min-height:auto;
  }
  .menu_course .section .gallery .box{
    display: flex;;
  }
  .menu_course .section .gallery
  .menu_course .section .slide img{
    border-radius: .7rem 0 0 .7rem;
  }
  .menu_course .section .pd15 {
    position: static;
    top: 10px;
    right: 1%;
    //width: 56%;
    overflow-y: scroll;
    height: 250px;
    flex: 1;
  } */
}

@media screen and (min-width: 750px) {
  .menu_course .section .ingredient .item {
    /* width: 325px; */
    width:auto;
  }
}
